| SerializationDeserializeObject Method |
static function to Deserialize a list from a file on hard disk.
list to Deserialize.File path. this function return type is bool. cref="system.io.filenotfoundexception".
Namespace: TangibleFrameworkAssembly: ColocartsFramework (in ColocartsFramework.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static bool DeserializeObject(
ref List<string> List,
string filename
)
Public Shared Function DeserializeObject (
ByRef List As List(Of String),
filename As String
) As Boolean
public:
static bool DeserializeObject(
List<String^>^% List,
String^ filename
)
TangibleFramework.Serialization.DeserializeObject = function(List, filename);
Parameters
- List
- Type: System.Collections.GenericListString
- filename
- Type: SystemString
Return Value
Type:
Boolean
See Also